-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
eth2wrap: initialize fork version on lazy #3131
Conversation
Instead of relying on the `lazy` interface to set the Eth2CL fork version, initialize it immediately *before* returning it as a `lazy`. Fixes exits through VCs.
dc40d06
to
c2e6f0b
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #3131 +/- ##
==========================================
+ Coverage 56.73% 56.82% +0.09%
==========================================
Files 208 208
Lines 29308 29314 +6
==========================================
+ Hits 16628 16658 +30
+ Misses 10838 10817 -21
+ Partials 1842 1839 -3 ☔ View full report in Codecov by Sentry. |
Quality Gate passedIssues Measures |
Instead of relying on the `lazy` interface to set the Eth2CL fork version, initialize it immediately *before* returning it as a `lazy`. Fixes exits through VCs. category: bug ticket: none
Instead of relying on the
lazy
interface to set the Eth2CL fork version, initialize it immediately before returning it as alazy
.Fixes exits through VCs.
category: bug
ticket: none